post
Reset password
{{protocol}}://{{url}}/{{version}}/resetPassword
Update a user password using reset tokens. Use the /forgot route to get reset tokens.
Permissions: none.
Authentication
Authentication inherited from the collection: Bearer .Body
{
"resetPasswordToken": "Reset password token sent by email",
"resetTokenId": "Reset token id",
"password": "New password"
}
Forgot password
Previous
Get my user profile
Next